dbi_put

Wrapper for mdb_put @retval true if the key/value pair was inserted @retval false if the key already existed @see http://symas.com/mdb/doc/group__mdb.html#ga4fa8573d9236d54687c61827ebf8cac0

static
bool
dbi_put
(
MDB_txn* txn
,
MDB_dbi dbi
,
MDB_val* key
,
MDB_val* data
,
uint flags = 0
)

Meta